home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
asm
/
Tandem2.68.lha
/
Tandem
/
Teaching
/
5.asm
< prev
next >
Wrap
Assembly Source File
|
2000-04-02
|
157b
|
10 lines
* 5.asm Pseudo op example version 0.00 1.9.97
move.l fred,d0
move.l d0,bill ;initialise bill
move.l bill,d1
rts
fred: dc.l 4
bill: ds.l 1